[INFO] cloning repository https://github.com/JohnMitchell04/toy-langauge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JohnMitchell04/toy-langauge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnMitchell04%2Ftoy-langauge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnMitchell04%2Ftoy-langauge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 24f8c061374053e95bfdf7d07457ced72ece57fc
[INFO] fixing JohnMitchell04/toy-langauge against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJohnMitchell04%2Ftoy-langauge" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/JohnMitchell04/toy-langauge
[INFO] finished tweaking git repo https://github.com/JohnMitchell04/toy-langauge
[INFO] tweaked toml for git repo https://github.com/JohnMitchell04/toy-langauge written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JohnMitchell04/toy-langauge on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JohnMitchell04/toy-langauge already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de
[INFO] running `Command { std: "docker" "start" "8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling cc v1.1.11
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling inkwell v0.5.0
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking clap_builder v4.5.15
[INFO] [stderr]    Compiling llvm-sys v180.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling inkwell_internals v0.10.0
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]     Checking clap v4.5.16
[INFO] [stderr]     Checking toy-langauge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/main.rs (4 fixes)
[INFO] [stderr]        Fixed src/utils.rs (1 fix)
[INFO] [stderr]        Fixed src/standard.rs (3 fixes)
[INFO] [stderr]        Fixed src/parser.rs (11 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 253 |         match_no_error!(self, Token::Semicolon, "Expected ';' after extern declaration");
[INFO] [stdout]     |         -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 264 |         match_no_error!(self, Token::Fun, "Expected 'fun' keyword before function declaration");
[INFO] [stdout]     |         --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 284 |         match_no_error!(self, Token::LParen, "Expected '(' before argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 306 |         match_no_error!(self, Token::RParen, "Expected ')' after argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 317 |         match_no_error!(self, Token::LBrace, "Expected '{' before body");
[INFO] [stdout]     |         ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 325 |         match_no_error!(self, Token::RBrace, "Expected '}' after body");
[INFO] [stdout]     |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 364 |         match_no_error!(self, Token::Semicolon, "Expected ';' after expression statement");
[INFO] [stdout]     |         ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 377 |         match_no_error!(self, Token::LParen, "Expected '(' after 'if' keyword");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 381 |         match_no_error!(self, Token::RParen, "Expected ')' after condition");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 |         match_no_error!(self, Token::LParen, "Expected '(' after for");
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 424 |         match_no_error!(self, Token::Semicolon, "Expected ';' after condition");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 428 |         match_no_error!(self, Token::RParen, "Expected ')' after for definition");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 450 |         match_no_error!(self, Token::Equal, "Expected '=' after identifier");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 454 |         match_no_error!(self, Token::Semicolon, "Expected ';' after assignment");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 472 |         match_no_error!(self, Token::Semicolon, "Expected ';' after return statement");
[INFO] [stdout]     |         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 502 |                 match_no_error!(self, Token::RParen, "Expected closing ')'");
[INFO] [stdout]     |                 ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 592 |                 match_no_error!(self, Token::RParen, "Expected ')' after args list");
[INFO] [stdout]     |                 -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolver.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 |         *self.scope.borrow_mut().functions.get_mut(name).expect("FATAL: Function not Declared").borrow_mut() = Some(function_pointer)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^----------------------------------------------------------------------------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this temporary value will be dropped at the end of the block
[INFO] [stdout]     |          a temporary with access to the borrow is created here ...
[INFO] [stdout] 359 |     }
[INFO] [stdout]     |     - ... and the borrow might be used here, when that temporary is dropped and runs the destructor for type `RefMut<'_, Option<inkwell::values::FunctionValue<'_>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: consider adding semicolon after the expression so its temporaries are dropped sooner, before the local variables declared by the block are dropped
[INFO] [stdout]     |
[INFO] [stdout] 358 |         *self.scope.borrow_mut().functions.get_mut(name).expect("FATAL: Function not Declared").borrow_mut() = Some(function_pointer);
[INFO] [stdout]     |                                                                                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 253 |         match_no_error!(self, Token::Semicolon, "Expected ';' after extern declaration");
[INFO] [stdout]     |         -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 264 |         match_no_error!(self, Token::Fun, "Expected 'fun' keyword before function declaration");
[INFO] [stdout]     |         --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 284 |         match_no_error!(self, Token::LParen, "Expected '(' before argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 306 |         match_no_error!(self, Token::RParen, "Expected ')' after argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 317 |         match_no_error!(self, Token::LBrace, "Expected '{' before body");
[INFO] [stdout]     |         ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 325 |         match_no_error!(self, Token::RBrace, "Expected '}' after body");
[INFO] [stdout]     |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 364 |         match_no_error!(self, Token::Semicolon, "Expected ';' after expression statement");
[INFO] [stdout]     |         ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 377 |         match_no_error!(self, Token::LParen, "Expected '(' after 'if' keyword");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 381 |         match_no_error!(self, Token::RParen, "Expected ')' after condition");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 |         match_no_error!(self, Token::LParen, "Expected '(' after for");
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 424 |         match_no_error!(self, Token::Semicolon, "Expected ';' after condition");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 428 |         match_no_error!(self, Token::RParen, "Expected ')' after for definition");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 450 |         match_no_error!(self, Token::Equal, "Expected '=' after identifier");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 454 |         match_no_error!(self, Token::Semicolon, "Expected ';' after assignment");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 472 |         match_no_error!(self, Token::Semicolon, "Expected ';' after return statement");
[INFO] [stdout]     |         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 502 |                 match_no_error!(self, Token::RParen, "Expected closing ')'");
[INFO] [stdout]     |                 ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 592 |                 match_no_error!(self, Token::RParen, "Expected ')' after args list");
[INFO] [stdout]     |                 -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/resolver.rs:358:10
[INFO] [stdout]     |
[INFO] [stdout] 358 |         *self.scope.borrow_mut().functions.get_mut(name).expect("FATAL: Function not Declared").borrow_mut() = Some(function_pointer)
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^----------------------------------------------------------------------------
[INFO] [stdout]     |          |
[INFO] [stdout]     |          this temporary value will be dropped at the end of the block
[INFO] [stdout]     |          a temporary with access to the borrow is created here ...
[INFO] [stdout] 359 |     }
[INFO] [stdout]     |     - ... and the borrow might be used here, when that temporary is dropped and runs the destructor for type `RefMut<'_, Option<inkwell::values::FunctionValue<'_>>>`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: consider adding semicolon after the expression so its temporaries are dropped sooner, before the local variables declared by the block are dropped
[INFO] [stdout]     |
[INFO] [stdout] 358 |         *self.scope.borrow_mut().functions.get_mut(name).expect("FATAL: Function not Declared").borrow_mut() = Some(function_pointer);
[INFO] [stdout]     |                                                                                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.85s
[INFO] [stderr] crater-edition-check: toy-langauge v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking toy-langauge v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 253 |         match_no_error!(self, Token::Semicolon, "Expected ';' after extern declaration");
[INFO] [stdout]     |         -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 264 |         match_no_error!(self, Token::Fun, "Expected 'fun' keyword before function declaration");
[INFO] [stdout]     |         --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 284 |         match_no_error!(self, Token::LParen, "Expected '(' before argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 306 |         match_no_error!(self, Token::RParen, "Expected ')' after argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 317 |         match_no_error!(self, Token::LBrace, "Expected '{' before body");
[INFO] [stdout]     |         ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 325 |         match_no_error!(self, Token::RBrace, "Expected '}' after body");
[INFO] [stdout]     |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 364 |         match_no_error!(self, Token::Semicolon, "Expected ';' after expression statement");
[INFO] [stdout]     |         ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 377 |         match_no_error!(self, Token::LParen, "Expected '(' after 'if' keyword");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 381 |         match_no_error!(self, Token::RParen, "Expected ')' after condition");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 |         match_no_error!(self, Token::LParen, "Expected '(' after for");
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 424 |         match_no_error!(self, Token::Semicolon, "Expected ';' after condition");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 428 |         match_no_error!(self, Token::RParen, "Expected ')' after for definition");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 450 |         match_no_error!(self, Token::Equal, "Expected '=' after identifier");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 454 |         match_no_error!(self, Token::Semicolon, "Expected ';' after assignment");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 472 |         match_no_error!(self, Token::Semicolon, "Expected ';' after return statement");
[INFO] [stdout]     |         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 502 |                 match_no_error!(self, Token::RParen, "Expected closing ')'");
[INFO] [stdout]     |                 ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 592 |                 match_no_error!(self, Token::RParen, "Expected ')' after args list");
[INFO] [stdout]     |                 -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toy-langauge` (bin "compiler") due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 253 |         match_no_error!(self, Token::Semicolon, "Expected ';' after extern declaration");
[INFO] [stdout]     |         -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 264 |         match_no_error!(self, Token::Fun, "Expected 'fun' keyword before function declaration");
[INFO] [stdout]     |         --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 284 |         match_no_error!(self, Token::LParen, "Expected '(' before argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 306 |         match_no_error!(self, Token::RParen, "Expected ')' after argument list");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 317 |         match_no_error!(self, Token::LBrace, "Expected '{' before body");
[INFO] [stdout]     |         ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 325 |         match_no_error!(self, Token::RBrace, "Expected '}' after body");
[INFO] [stdout]     |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 364 |         match_no_error!(self, Token::Semicolon, "Expected ';' after expression statement");
[INFO] [stdout]     |         ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 377 |         match_no_error!(self, Token::LParen, "Expected '(' after 'if' keyword");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 381 |         match_no_error!(self, Token::RParen, "Expected ')' after condition");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 415 |         match_no_error!(self, Token::LParen, "Expected '(' after for");
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 424 |         match_no_error!(self, Token::Semicolon, "Expected ';' after condition");
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 428 |         match_no_error!(self, Token::RParen, "Expected ')' after for definition");
[INFO] [stdout]     |         ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 450 |         match_no_error!(self, Token::Equal, "Expected '=' after identifier");
[INFO] [stdout]     |         -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 454 |         match_no_error!(self, Token::Semicolon, "Expected ';' after assignment");
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 472 |         match_no_error!(self, Token::Semicolon, "Expected ';' after return statement");
[INFO] [stdout]     |         ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 502 |                 match_no_error!(self, Token::RParen, "Expected closing ')'");
[INFO] [stdout]     |                 ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> src/parser.rs:29:17
[INFO] [stdout]     |
[INFO] [stdout]  29 |             Err(ref err) => {
[INFO] [stdout]     |                 ^^^^^^^ occurs within macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 592 |                 match_no_error!(self, Token::RParen, "Expected ')' after args list");
[INFO] [stdout]     |                 -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `match_no_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  29 |             &Err(ref err) => {
[INFO] [stdout]     |             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `toy-langauge` (bin "compiler" test) due to 17 previous errors
[INFO] running `Command { std: "docker" "inspect" "8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de", kill_on_drop: false }`
[INFO] [stdout] 8306eaea2e3982dcc8002f1076cf44d6a0f858e011e0bf7123f73a84d8aa04de
